home *** CD-ROM | disk | FTP | other *** search
- Docs for PRNTPART program
-
- The PRNTPART program is designed primarily for a program
- debugging environment where the user wants a hard copy of the
- part of the program that has been changed; but doesn't want
- to spend time, paper and ribbon on printing the entire file.
-
- The program is a TTP program. When GEM displays the parameter
- box, enter the following three parameters, separated by at
- least one space:
- * the file name
- * the first line number to print
- * the last line number to print
- Follow these by an optional single letter 's' to suppress the
- printing of page numbers. The page numbers can be confusing
- since they start at zero for each separate, fragmentary
- listing. To obtain a complete listing, simply make the 'last
- line' parameter a large number but less than 32,768.
-
- The program is written in assembly language and assembled by
- ASSEMPRO. The source is included so you can modify it to
- your heart's content. There are several supporting routines,
- but they are all included in the .ARC package. Put eveything
- on disk A:\ and assemnble file PRNTPART.S. All the INCLUDES
- are located at the beginning and end of this file. You will
- probably have to change the folder names for the macros
- included at about line 25 to conform to the folder names that
- you use.
-
- Initially put in the public domain on Jan 17,1988 by Merlin
- Hanson. Please send any comments to me at
- GENIE address: M.L.HANSON.
-
-